home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_139.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  370 b   |  11 lines

  1. CONCAT (Concatenate)
  2. Joins (concatenates) strings of text.
  3.  
  4. Format: CONCAT (text1, text2,...)
  5.  
  6. Argument:
  7. ΓÇó  text1, text2: A text expression.
  8.  
  9. Example:
  10. CONCAT ("Look at ", B7, ": ", B8) returns "Look at 5: WOW!" (when B7 contains 5 and B8 contains "WOW!").
  11. Shows that text in the function's argument list and text in a cell reference can be joined into one text phrase.